home *** CD-ROM | disk | FTP | other *** search
- /* indent:4 tabsize:8 font:fixed-width */
-
- #import "FTPrefs.h"
-
- @implementation FTPrefs
-
- /*---------------------------------------------------------------------------
- |
- | - registerPrefs
- |
- | returns: (id) self
- |
- |----------------------------------------------------------------------------
- |
- | Register the preferences for this game. Called automatically.
- |
- \---------------------------------------------------------------------------*/
-
- - registerPrefs
- {
- /* remove this line and add your own code if your module has preferences */
- [super registerPrefs];
-
- return self;
- }
-
- @end
-